Technotes
Inside Macintosh: QuickDraw GX Printing Extensions and Drivers Errata
This Technical Note discusses known errors and omissions in Inside Macintosh: QuickDraw GX Printing Extensions and Drivers . Topics:
Contents
Chapter 4 - Printing MessagesClarification of GXDoesPaperFit Message Description Page 4-61The description of GXDoesPaperFit is incorrect. It should read:QuickDraw GX sends the GXDoesPaperFit message to limit the number of paper-type names that appear in the Paper pop-up menu in the Input Trays and Paper Mismatch dialogs. It does NOT limit the number of paper-type names for the Page Setup dialog box. You can override the GXDoesPaperFit message to notify QuickDraw GX that a certain paper type does not work in the specified paper tray on your device.
Correction to Definition of GXRasterLineFeed Message Page 4-99The line reading:
OSErr MyRasterLineFeed(short *lineFeedSize,Ptr buffer, unsigned long *bufferPos,gxRasterImageDataHdl imageData);Should be corrected to read:
OSErr MyRasterLineFeed(long *lineFeedSize, Ptr buffer, unsigned long *bufferPos, gxRasterImageDataHdl imageDataHdl) Correction to Definition of GXWriteStatusToDTPWindow Page 4-163The line reading:
OSErr MyWriteStatusToDTPWindow (gxStatusRecord aStatusRecord, gxDisplayRecord aDisplayRecord);should be corrected to read:
OSErr MyWriteStatusToDTPWindow (gxStatusRecord *aStatusRecord, gxDisplayRecord *aDisplayRecord); Chapter 6 - Printing ResourcesCorrection to Figure 6-33 Page 6-88, 'pdip' resourceFigure 6-33 shows the wrong value for the Render options field. It should be 4 bytes(long), not 2(short). IndexCorrection to GXGetJob function Entry Page IN-3The index should reference pages 5-8 and 5-32 as the correct references.Technotes Previous Technote | Contents | Next Technote |